![]() |
PATH![]() |
![]() ![]() |
AppleScript supplies the Boolean constants true and false , shown in Table A-2, to evaluate the results of Boolean operations, such as Greater Than, Less Than, and Is Equal To. For additional information, see Boolean.
set mustFileReturn to (myIncome > 0)
if mustFileReturn is equal to true then
-- Statements to file return.
end if